

.content-contact-info {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}


.contact-number {
  display: flex;
  margin-right: 10px;
  font-size: larger;
  color: white;
  text-shadow: 2px 2px 3px #000000;
}

.contact-email {
  display: flex;
  margin-right: 10px;
  font-size: larger;
  color: white;
  text-shadow: 2px 2px 3px #000000;
}

.contact-number-number {
  margin-bottom: 20px;
  font-size: large;
  color: white;
  text-shadow: 2px 2px 3px #000000;
}

.contact-email-email {
  font-size: large;
  color: white;
  text-shadow: 2px 2px 3px #000000;
}

#email-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 35px;
  border: 1px transparent;
  padding: 50px;
  width: 600px;
}

#background-image {
  height: unset; /*100vh;*/
}
@media screen and (max-width: 700px) {
  #email-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 35px;
    border: 1px transparent;
    padding: 50px;
    width: 300px;
  }
}
@media screen and (max-width: 1600px) {

  #background-image img {
    height: unset; /*100vh;*/
    position: fixed;
    /* width: 100%; */
    left: - 1000px;
    top: -50%;
  }

  #background-image img{
    width: unset;
  }
}

.background-image{
  overflow: hidden;
}
